func runtime.offAddrToLevelIndex

2 uses

	runtime (current package)
		mpagealloc.go#L143: func offAddrToLevelIndex(level int, addr offAddr) int {
		mpagealloc.go#L749: 		if searchIdx := offAddrToLevelIndex(l, p.searchAddr); searchIdx&^(entriesPerBlock-1) == i {